[INFO] cloning repository https://github.com/mich101mich/everybody_codes
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mich101mich/everybody_codes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmich101mich%2Feverybody_codes", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmich101mich%2Feverybody_codes'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b53a69494b1f76fd4706a7aa78770320e5a4f164
[INFO] fixing mich101mich/everybody_codes against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmich101mich%2Feverybody_codes" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mich101mich/everybody_codes
[INFO] finished tweaking git repo https://github.com/mich101mich/everybody_codes
[INFO] tweaked toml for git repo https://github.com/mich101mich/everybody_codes written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mich101mich/everybody_codes on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mich101mich/everybody_codes already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cc v1.2.47
[INFO] [stderr]   Downloaded calloop v0.14.3
[INFO] [stderr]   Downloaded wayland-protocols-misc v0.3.9
[INFO] [stderr]   Downloaded approx v0.4.0
[INFO] [stderr]   Downloaded sscanf v0.4.4
[INFO] [stderr]   Downloaded wayland-protocols-wlr v0.3.9
[INFO] [stderr]   Downloaded sscanf_macro v0.4.4
[INFO] [stderr]   Downloaded wayland-cursor v0.31.11
[INFO] [stderr]   Downloaded cgmath v0.18.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4eeb37f658a7f21a61d2def8b50f97aa81b75401f5a34b14fcbf6c799d7c0f90
[INFO] running `Command { std: "docker" "start" "4eeb37f658a7f21a61d2def8b50f97aa81b75401f5a34b14fcbf6c799d7c0f90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4eeb37f658a7f21a61d2def8b50f97aa81b75401f5a34b14fcbf6c799d7c0f90" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4eeb37f658a7f21a61d2def8b50f97aa81b75401f5a34b14fcbf6c799d7c0f90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4eeb37f658a7f21a61d2def8b50f97aa81b75401f5a34b14fcbf6c799d7c0f90" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling wayland-sys v0.31.7
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling wayland-client v0.31.11
[INFO] [stderr]     Checking tracing-core v0.1.35
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zerocopy v0.8.30
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]     Checking xcursor v0.3.10
[INFO] [stderr]    Compiling smithay-client-toolkit v0.20.0
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling cc v1.2.47
[INFO] [stderr]    Compiling cgmath v0.18.0
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]    Compiling wayland-backend v0.3.11
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling wayland-scanner v0.31.7
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]     Checking memmap2 v0.9.9
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking const_format v0.2.35
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling sscanf_macro v0.4.4
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking sscanf v0.4.4
[INFO] [stderr]     Checking calloop v0.14.3
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking x11-clipboard v0.9.3
[INFO] [stderr]     Checking wayland-protocols v0.32.9
[INFO] [stderr]     Checking wayland-cursor v0.31.11
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]     Checking wayland-protocols-experimental v20250721.0.1
[INFO] [stderr]     Checking wayland-protocols-misc v0.3.9
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.9
[INFO] [stderr]     Checking smithay-clipboard v0.7.3
[INFO] [stderr]     Checking copypasta v0.10.2
[INFO] [stderr]     Checking everybody_codes v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0583]: file not found for module `utils`
[INFO] [stdout]  --> src/main.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | mod utils;
[INFO] [stdout]   | ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `utils`, create file "src/utils.rs" or "src/utils/mod.rs"
[INFO] [stdout]   = note: if there is a `mod utils` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/current.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/current.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../input/current.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-01-1.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_01_1.rs:2:17
[INFO] [stdout]   |
[INFO] [stdout] 2 |     let input = include_str!("../../input/2024-01-1.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-01-2.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/parts/part_2024_01_2.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let input = include_str!("../../input/2024-01-2.txt");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-01-3.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_01_3.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 |     let input = include_str!("../../input/2024-01-3.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-02-1.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_02_1.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 |     let input = include_str!("../../input/2024-02-1.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-02-2.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_02_2.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 |     let input = include_str!("../../input/2024-02-2.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-02-3.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_02_3.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-02-3.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-03-1.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_03_1.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-03-1.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-03-2.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_03_2.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-03-2.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-03-3.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_03_3.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-03-3.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-04-1.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_04_1.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-04-1.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-04-2.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_04_2.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-04-2.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-04-3.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_04_3.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-04-3.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-05-1.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_05_1.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-05-1.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-05-2.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_05_2.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-05-2.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-05-3.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_05_3.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-05-3.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-06-1.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_06_1.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-06-1.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-06-2.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_06_2.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-06-2.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-06-3.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_06_3.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-06-3.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-07-1.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_07_1.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-07-1.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-07-2.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_07_2.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-07-2.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-07-3.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_07_3.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-07-3.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `utils`
[INFO] [stdout]  --> src/main.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | mod utils;
[INFO] [stdout]   | ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `utils`, create file "src/utils.rs" or "src/utils/mod.rs"
[INFO] [stdout]   = note: if there is a `mod utils` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../input/current.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/current.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../input/current.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-01-1.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_01_1.rs:2:17
[INFO] [stdout]   |
[INFO] [stdout] 2 |     let input = include_str!("../../input/2024-01-1.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-01-2.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/parts/part_2024_01_2.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let input = include_str!("../../input/2024-01-2.txt");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-01-3.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_01_3.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 |     let input = include_str!("../../input/2024-01-3.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-02-1.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_02_1.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 |     let input = include_str!("../../input/2024-02-1.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-02-2.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_02_2.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 |     let input = include_str!("../../input/2024-02-2.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-02-3.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_02_3.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-02-3.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-03-1.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_03_1.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-03-1.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-03-2.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_03_2.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-03-2.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-03-3.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_03_3.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-03-3.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-04-1.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_04_1.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-04-1.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-04-2.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_04_2.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-04-2.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-04-3.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_04_3.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-04-3.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-05-1.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_05_1.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-05-1.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-05-2.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_05_2.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-05-2.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-05-3.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_05_3.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-05-3.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-06-1.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_06_1.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-06-1.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-06-2.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_06_2.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-06-2.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-06-3.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_06_3.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-06-3.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-07-1.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_07_1.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-07-1.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-07-2.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_07_2.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-07-2.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/parts/../../input/2024-07-3.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/parts/part_2024_07_3.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let input = include_str!("../../input/2024-07-3.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/current.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_01_1.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_01_2.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_01_3.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/current.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_1.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_01_1.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_2.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_01_2.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_3.rs:88:5
[INFO] [stdout]    |
[INFO] [stdout] 88 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_01_3.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_1.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_03_1.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_2.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_03_2.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_3.rs:88:5
[INFO] [stdout]    |
[INFO] [stdout] 88 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_03_3.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_03_1.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_04_1.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_03_2.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_04_2.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_03_3.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_04_3.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_04_1.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_05_1.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_04_2.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_05_2.rs:43:13
[INFO] [stdout]    |
[INFO] [stdout] 43 |             result!(result);
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_04_3.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_05_3.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_05_1.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_06_1.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 |             result!(best);
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_05_2.rs:43:13
[INFO] [stdout]    |
[INFO] [stdout] 43 |             result!(result);
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_05_3.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_06_2.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |             result!(best);
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_06_1.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 |             result!(best);
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_06_3.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 |             result!(best);
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_06_2.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |             result!(best);
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_07_1.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_06_3.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 |             result!(best);
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_07_2.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 58 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_07_1.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_07_2.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 58 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_07_3.rs:98:5
[INFO] [stdout]    |
[INFO] [stdout] 98 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `result` in this scope
[INFO] [stdout]   --> src/parts/part_2024_07_3.rs:98:5
[INFO] [stdout]    |
[INFO] [stdout] 98 |     result!(result);
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `byte_line` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_3.rs:23:37
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let grid = Grid::from(lines.map(byte_line).to_vec());
[INFO] [stdout]    |                                     ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Point` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_3.rs:30:34
[INFO] [stdout]    |
[INFO] [stdout] 30 |         let right_iter = |start: Point| {
[INFO] [stdout]    |                                  ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Point` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_3.rs:35:33
[INFO] [stdout]    |
[INFO] [stdout] 35 |         let left_iter = |start: Point| {
[INFO] [stdout]    |                                 ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Point` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_3.rs:40:33
[INFO] [stdout]    |
[INFO] [stdout] 40 |         let down_iter = |start: Point| {
[INFO] [stdout]    |                                 ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Point` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_3.rs:45:31
[INFO] [stdout]    |
[INFO] [stdout] 45 |         let up_iter = |start: Point| {
[INFO] [stdout]    |                               ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `parse_u` in this scope
[INFO] [stdout]  --> src/parts/part_2024_04_1.rs:8:36
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let parsed = input.lines().map(parse_u).to_vec();
[INFO] [stdout]   |                                    ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `parse_u` in this scope
[INFO] [stdout]  --> src/parts/part_2024_04_2.rs:8:36
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let parsed = input.lines().map(parse_u).to_vec();
[INFO] [stdout]   |                                    ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `parse_u` in this scope
[INFO] [stdout]   --> src/parts/part_2024_04_3.rs:12:40
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let mut parsed = input.lines().map(parse_u).to_vec();
[INFO] [stdout]    |                                        ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `HashMap` in this scope
[INFO] [stdout]   --> src/parts/part_2024_04_3.rs:22:21
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let mut cache = HashMap::<usize, usize>::new();
[INFO] [stdout]    |                     ^^^^^^^ use of undeclared type `HashMap`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::collections::HashMap;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `parse_u` in this scope
[INFO] [stdout]   --> src/parts/part_2024_05_1.rs:14:58
[INFO] [stdout]    |
[INFO] [stdout] 14 |         for (col, x) in row.split_ascii_whitespace().map(parse_u).enumerate() {
[INFO] [stdout]    |                                                          ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `parse_u` in this scope
[INFO] [stdout]   --> src/parts/part_2024_05_2.rs:14:58
[INFO] [stdout]    |
[INFO] [stdout] 14 |         for (col, x) in row.split_ascii_whitespace().map(parse_u).enumerate() {
[INFO] [stdout]    |                                                          ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `HashMap` in this scope
[INFO] [stdout]   --> src/parts/part_2024_05_2.rs:19:20
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let mut seen = HashMap::<String, usize>::new();
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `HashMap`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::collections::HashMap;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `parse_u` in this scope
[INFO] [stdout]   --> src/parts/part_2024_05_3.rs:12:58
[INFO] [stdout]    |
[INFO] [stdout] 12 |         for (col, x) in row.split_ascii_whitespace().map(parse_u).enumerate() {
[INFO] [stdout]    |                                                          ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `HashSet` in this scope
[INFO] [stdout]   --> src/parts/part_2024_05_3.rs:17:20
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let mut seen = HashSet::<u64>::new();
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `HashSet`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::collections::HashSet;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Dir` in this scope
[INFO] [stdout]   --> src/parts/part_2024_07_2.rs:29:27
[INFO] [stdout]    |
[INFO] [stdout] 29 |             let mut dir = Dir::Right;
[INFO] [stdout]    |                           ^^^ use of undeclared type `Dir`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::fs::Dir;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Dir` in this scope
[INFO] [stdout]   --> src/parts/part_2024_07_3.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let mut dir = Dir::Right;
[INFO] [stdout]    |                   ^^^ use of undeclared type `Dir`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::fs::Dir;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `byte_line` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_3.rs:23:37
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let grid = Grid::from(lines.map(byte_line).to_vec());
[INFO] [stdout]    |                                     ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Point` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_3.rs:30:34
[INFO] [stdout]    |
[INFO] [stdout] 30 |         let right_iter = |start: Point| {
[INFO] [stdout]    |                                  ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Point` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_3.rs:35:33
[INFO] [stdout]    |
[INFO] [stdout] 35 |         let left_iter = |start: Point| {
[INFO] [stdout]    |                                 ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Point` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_3.rs:40:33
[INFO] [stdout]    |
[INFO] [stdout] 40 |         let down_iter = |start: Point| {
[INFO] [stdout]    |                                 ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Point` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_3.rs:45:31
[INFO] [stdout]    |
[INFO] [stdout] 45 |         let up_iter = |start: Point| {
[INFO] [stdout]    |                               ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `parse_u` in this scope
[INFO] [stdout]  --> src/parts/part_2024_04_1.rs:8:36
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let parsed = input.lines().map(parse_u).to_vec();
[INFO] [stdout]   |                                    ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `parse_u` in this scope
[INFO] [stdout]  --> src/parts/part_2024_04_2.rs:8:36
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let parsed = input.lines().map(parse_u).to_vec();
[INFO] [stdout]   |                                    ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `parse_u` in this scope
[INFO] [stdout]   --> src/parts/part_2024_04_3.rs:12:40
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let mut parsed = input.lines().map(parse_u).to_vec();
[INFO] [stdout]    |                                        ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `HashMap` in this scope
[INFO] [stdout]   --> src/parts/part_2024_04_3.rs:22:21
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let mut cache = HashMap::<usize, usize>::new();
[INFO] [stdout]    |                     ^^^^^^^ use of undeclared type `HashMap`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::collections::HashMap;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `parse_u` in this scope
[INFO] [stdout]   --> src/parts/part_2024_05_1.rs:14:58
[INFO] [stdout]    |
[INFO] [stdout] 14 |         for (col, x) in row.split_ascii_whitespace().map(parse_u).enumerate() {
[INFO] [stdout]    |                                                          ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `parse_u` in this scope
[INFO] [stdout]   --> src/parts/part_2024_05_2.rs:14:58
[INFO] [stdout]    |
[INFO] [stdout] 14 |         for (col, x) in row.split_ascii_whitespace().map(parse_u).enumerate() {
[INFO] [stdout]    |                                                          ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `HashMap` in this scope
[INFO] [stdout]   --> src/parts/part_2024_05_2.rs:19:20
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let mut seen = HashMap::<String, usize>::new();
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `HashMap`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::collections::HashMap;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `parse_u` in this scope
[INFO] [stdout]   --> src/parts/part_2024_05_3.rs:12:58
[INFO] [stdout]    |
[INFO] [stdout] 12 |         for (col, x) in row.split_ascii_whitespace().map(parse_u).enumerate() {
[INFO] [stdout]    |                                                          ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `HashSet` in this scope
[INFO] [stdout]   --> src/parts/part_2024_05_3.rs:17:20
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let mut seen = HashSet::<u64>::new();
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `HashSet`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::collections::HashSet;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Dir` in this scope
[INFO] [stdout]   --> src/parts/part_2024_07_2.rs:29:27
[INFO] [stdout]    |
[INFO] [stdout] 29 |             let mut dir = Dir::Right;
[INFO] [stdout]    |                           ^^^ use of undeclared type `Dir`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::fs::Dir;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Dir` in this scope
[INFO] [stdout]   --> src/parts/part_2024_07_3.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let mut dir = Dir::Right;
[INFO] [stdout]    |                   ^^^ use of undeclared type `Dir`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::fs::Dir;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Grid` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_3.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let grid = Grid::from(lines.map(byte_line).to_vec());
[INFO] [stdout]    |                ^^^^ use of undeclared type `Grid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `p2` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_3.rs:33:37
[INFO] [stdout]    |
[INFO] [stdout] 33 |                 .map(move |(i, c)| (p2((start.x + i) % w, start.y), *c))
[INFO] [stdout]    |                                     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `p2` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_3.rs:38:37
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 .map(move |(i, c)| (p2((start.x + w - i) % w, start.y), *c))
[INFO] [stdout]    |                                     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `p2` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_3.rs:43:37
[INFO] [stdout]    |
[INFO] [stdout] 43 |                 .map(move |(i, c)| (p2(start.x, start.y + i), *c))
[INFO] [stdout]    |                                     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `p2` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_3.rs:48:37
[INFO] [stdout]    |
[INFO] [stdout] 48 |                 .map(move |(i, c)| (p2(start.x, start.y - i), *c))
[INFO] [stdout]    |                                     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `hashtag_grid` in this scope
[INFO] [stdout]   --> src/parts/part_2024_03_1.rs:14:20
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let mut grid = hashtag_grid(input).map(|c| if *c { -1 } else { 0 });
[INFO] [stdout]    |                    ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `hashtag_grid` in this scope
[INFO] [stdout]   --> src/parts/part_2024_03_2.rs:14:20
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let mut grid = hashtag_grid(input).map(|c| if *c { -1 } else { 0 });
[INFO] [stdout]    |                    ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `hashtag_grid` in this scope
[INFO] [stdout]   --> src/parts/part_2024_03_3.rs:14:20
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let mut grid = hashtag_grid(input).map(|c| if *c { -1 } else { 0 });
[INFO] [stdout]    |                    ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Grid` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_3.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let grid = Grid::from(lines.map(byte_line).to_vec());
[INFO] [stdout]    |                ^^^^ use of undeclared type `Grid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `p2` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_3.rs:33:37
[INFO] [stdout]    |
[INFO] [stdout] 33 |                 .map(move |(i, c)| (p2((start.x + i) % w, start.y), *c))
[INFO] [stdout]    |                                     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `p2` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_3.rs:38:37
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 .map(move |(i, c)| (p2((start.x + w - i) % w, start.y), *c))
[INFO] [stdout]    |                                     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `p2` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_3.rs:43:37
[INFO] [stdout]    |
[INFO] [stdout] 43 |                 .map(move |(i, c)| (p2(start.x, start.y + i), *c))
[INFO] [stdout]    |                                     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `p2` in this scope
[INFO] [stdout]   --> src/parts/part_2024_02_3.rs:48:37
[INFO] [stdout]    |
[INFO] [stdout] 48 |                 .map(move |(i, c)| (p2(start.x, start.y - i), *c))
[INFO] [stdout]    |                                     ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `hashtag_grid` in this scope
[INFO] [stdout]   --> src/parts/part_2024_03_1.rs:14:20
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let mut grid = hashtag_grid(input).map(|c| if *c { -1 } else { 0 });
[INFO] [stdout]    |                    ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `hashtag_grid` in this scope
[INFO] [stdout]   --> src/parts/part_2024_03_2.rs:14:20
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let mut grid = hashtag_grid(input).map(|c| if *c { -1 } else { 0 });
[INFO] [stdout]    |                    ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `hashtag_grid` in this scope
[INFO] [stdout]   --> src/parts/part_2024_03_3.rs:14:20
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let mut grid = hashtag_grid(input).map(|c| if *c { -1 } else { 0 });
[INFO] [stdout]    |                    ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `char_grid` in this scope
[INFO] [stdout]   --> src/parts/part_2024_07_2.rs:16:17
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let track = char_grid(track);
[INFO] [stdout]    |                 ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `char_grid` in this scope
[INFO] [stdout]   --> src/parts/part_2024_07_2.rs:16:17
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let track = char_grid(track);
[INFO] [stdout]    |                 ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `p2` in this scope
[INFO] [stdout]   --> src/parts/part_2024_07_2.rs:28:33
[INFO] [stdout]    |
[INFO] [stdout] 28 |             let mut track_pos = p2(0, 0);
[INFO] [stdout]    |                                 ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `char_grid` in this scope
[INFO] [stdout]   --> src/parts/part_2024_07_3.rs:17:21
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let raw_track = char_grid(raw_track);
[INFO] [stdout]    |                     ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `p2` in this scope
[INFO] [stdout]   --> src/parts/part_2024_07_2.rs:28:33
[INFO] [stdout]    |
[INFO] [stdout] 28 |             let mut track_pos = p2(0, 0);
[INFO] [stdout]    |                                 ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `p2` in this scope
[INFO] [stdout]   --> src/parts/part_2024_07_3.rs:21:25
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let mut track_pos = p2(0, 0);
[INFO] [stdout]    |                         ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `char_grid` in this scope
[INFO] [stdout]   --> src/parts/part_2024_07_3.rs:17:21
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let raw_track = char_grid(raw_track);
[INFO] [stdout]    |                     ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `p2` in this scope
[INFO] [stdout]   --> src/parts/part_2024_07_3.rs:21:25
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let mut track_pos = p2(0, 0);
[INFO] [stdout]    |                         ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0583.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0583.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `everybody_codes` (bin "everybody_codes" test) due to 73 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `everybody_codes` (bin "everybody_codes") due to 73 previous errors
[INFO] running `Command { std: "docker" "inspect" "4eeb37f658a7f21a61d2def8b50f97aa81b75401f5a34b14fcbf6c799d7c0f90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4eeb37f658a7f21a61d2def8b50f97aa81b75401f5a34b14fcbf6c799d7c0f90", kill_on_drop: false }`
[INFO] [stdout] 4eeb37f658a7f21a61d2def8b50f97aa81b75401f5a34b14fcbf6c799d7c0f90
